home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 - Inside Community Club / Acrobat Pro 6 D.bin / installer / Data1.cab / _E3A6F17A11FD4F749A1E14AFCAF7ADC8 < prev    next >
Encoding:
Text File  |  2003-10-30  |  4.2 KB  |  80 lines

  1. %!PS-Adobe-3.0 Resource-FixCIDInitProcSet
  2. %%BeginResource: FixCIDInitProcSet (FontHits)
  3. %%Title: (FixCIDInitProcSet/FontHits)
  4. %%Version: 9.001
  5. %%Copyright: ------------------------------------------------------------
  6. %%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
  7. %%Copyright: All rights reserved.
  8. %%Copyright:
  9. %%Copyright: Patents Pending
  10. %%Copyright:
  11. %%Copyright: NOTICE: All information contained herein is the property
  12. %%Copyright: of Adobe Systems Incorporated. Many of the intellectual
  13. %%Copyright: and technical concepts contained herein are proprietary
  14. %%Copyright: to Adobe, are protected as trade secrets, and are made
  15. %%Copyright: available only to Adobe licensees for their internal use.
  16. %%Copyright: Any reproduction or dissemination of this software is
  17. %%Copyright: strictly forbidden unless prior written permission is
  18. %%Copyright: obtained from Adobe.
  19. %%Copyright:
  20. %%Copyright: PostScript and Display PostScript are trademarks of
  21. %%Copyright: Adobe Systems Incorporated which may be registered in
  22. %%Copyright: certain jurisdictions.
  23. %%Copyright: ------------------------------------------------------------
  24. %%EndComments
  25.  
  26. % --------------------------------------------------------------------------- %
  27. % Dynamic Preloading Configuration File                                       %
  28. %                                                                             %
  29. % NOTE: All /FontHits dictionary entries are REQUIRED and must be of the      %
  30. % same type as the defaults as provided.                                      %
  31. % --------------------------------------------------------------------------- %
  32.  
  33. /FontHits 5 dict dup
  34.    begin
  35.    % ------------------------------------------------------------------------ %
  36.    % Never preload more than this number of fonts:                            %
  37.    % ------------------------------------------------------------------------ %
  38.    /#MaxFonts                 6 def
  39.  
  40.    % ------------------------------------------------------------------------ %
  41.    % Preload fonts only if available VM >= #PreloadMinVM                      %
  42.    % ------------------------------------------------------------------------ %
  43.    /#PreloadMinVM             1500000 def
  44.  
  45.    % ------------------------------------------------------------------------ %
  46.    % Preload FixedFonts if:                                                   %
  47.    %    #PreloadMinVM <= available VM < #DynamicPreloadMinVM                  %
  48.    % Or if:                                                                   %
  49.    %    DynamicPreloadingEnabled == false                                     %
  50.    % ------------------------------------------------------------------------ %
  51.    /#DynamicPreloadMinVM      2000000 def
  52.  
  53.    % ------------------------------------------------------------------------ %
  54.    % The following FixedFonts array contains a hand-picked list of fonts that %
  55.    % are to be preloaded if the above condition is satisfied.  Note that this %
  56.    % should normally be one or two fonts at most.  To specify no fixed fonts, %
  57.    % specify the empty array as: /FixedFonts [ ] def                          %
  58.    % ------------------------------------------------------------------------ %
  59.    /FixedFonts                [
  60.                               /Ryumin-Light-83pv-RKSJ-H
  61.                               /GothicBBB-Medium-83pv-RKSJ-H
  62.                               ] def
  63.  
  64.    % ------------------------------------------------------------------------ %
  65.    % Is dynamic preloading of fonts enabled?                                  %
  66.    % ------------------------------------------------------------------------ %
  67.    /DynamicPreloadingEnabled  true def
  68.  
  69.    % ------------------------------------------------------------------------ %
  70.    % Preload using up to #DynamicPreloadPercent of available VM if:           %
  71.    %    DynamicPreloadingEnabled == true                                      %
  72.    %    and #DynamicPreloadMinVM <= available VM                              %
  73.    % ------------------------------------------------------------------------ %
  74.    /#DynamicPreloadPercent    8 def
  75.    end
  76. /FixCIDInitProcSet defineresource pop
  77.  
  78. %%EndResource
  79. %%EOF
  80.